Don't name function parameters after ObjC reserved words ("id" to
authorElliot Lee <sopwith@src.gnome.org>
Mon, 7 Dec 1998 19:53:08 +0000 (19:53 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Mon, 7 Dec 1998 19:53:08 +0000 (19:53 +0000)
Don't name function parameters after ObjC reserved words ("id" to
"sm_client_id" - the function doesn't appear to be implemented anywhere so
it's no great loss).

gdk/gdk.h

index ab8de6f88f5a42cc656025bb9408265716c60b75..4cd435a841ef329265b2a25e11b0583357e52da8 100644 (file)
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -280,7 +280,7 @@ void              gdk_window_set_hints       (GdkWindow       *window,
 void          gdk_window_set_geometry_hints (GdkWindow        *window,
                                             GdkGeometry      *geometry,
                                             GdkWindowHints    flags);
-void          gdk_set_sm_client_id         (const gchar     *id);
+void          gdk_set_sm_client_id         (const gchar *sm_client_id);
 
 
 void         gdk_window_set_title         (GdkWindow     *window,